Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/main/deep-learning-specialization/course-1-neural-networks-and-deep-learning/Week 1 Quiz - Introduction to deep learning.md
Views: 39921
Week 1 Quiz - Introduction to deep learning
1. Which of the following best describes the role of AI in the expression "an AI-powered society"?
AI controls the power grids energy distribution, so all the power needed for industry and in daily life comes from AI.
AI helps to create a more efficient way of producing energy to power industries and personal devices.
AI is an essential ingredient in realizing tasks, in industry and in personal life.
2. Which of the following play a major role to achieve a very high level of performance with Deep Learning algorithms?
Smaller models.
Large models.
Large amounts of data.
3. Recall this diagram of iterating over different ML ideas. Which of the statements below are true? (Check all that apply.)
Better algorithms allow engineers to get more data and then produce better Deep Learning models.
Improvements in the GPU/CPU hardware enable the discorvery of better Deep Learning algorithms.
Better algorithms can speed up the iterative process by reducing the necessary computation time.
Larger amounts of data allow researchers to try more ideas and then produce better algorithms in less time.
Being able to try out ideas quickly allows deep learning engineers to iterate more quickly.
Faster computation can help speed up how long a team takes to iterate to a good idea.
Recent progress in deep learning algorithms has allowed us to train good models faster (even without changing the CPU/GPU hardware).
It is faster to train on a big dataset than a small dataset.
Experiments finish faster, producing better ideas through increased iteration tempo.
Without better hardware, there is no way to train models faster.
Some algorithms are specifically designed to run experiments faster
With larger datasets, the iteration process is faster.
4. When experienced deep learning engineers work on a new problem, they can usually use insight from previous problems to train a good model on the first try, without needing to iterate multiple times through different models. True/False?
True
False
5. Which one of these plots represents a ReLU activation function?
6. Features of animals, such as weight, height, and color, are used for classification between cats, dogs, or others. This is an example of "structured" data, because they are represented as arrays in a computer. True/False?
True
False
7. A demographic dataset with statistics on different cities' population, GDP per capita, and economic growth is an example of โunstructuredโ data because it contains data coming from different sources. True/False?
True
False
8. Why is an RNN (Recurrent Neural Network) used for machine translation, say translating English to French? (Check all that apply.)
It is strictly more powerful than a Convolutional Neural Network (CNN).
RNNs represent the recurrent process of Idea -> Code -> Experiment -> Idea -> ...
It can be trained as a supervised learing problem
It is applicable when the input/output is a sequence (e.g. a sequence of words.)
9. In this diagram which we hand-drew in the lecture, what do the horizontal axis (x-axis) and vertical axis (y-axis) represent?
x-axis is the amount of data, y-axis (vertical axis) is the performance of the algorithm.
x-axis is the performance of the algorithm, y-axis (vertical axis) is the amount of data.
x-axis is the input to the algorithm, y-axis (vertical axis) is outputs.
x-axis is the amount of data, y-axis (vertical axis) is the size of the model you train.
10. Assuming the trends described in the previous question's figure are accurate (and hoping you got the axis labels right), which of the following are true? (Check all that apply.)
Increasing the size of a neural network generally does not hurt an algorithm's performance, and it may help significantly.
Increasing the training set size generally does not hurt an algorithm's performance, and it may help significantly.
Increasing the size of a neural network generally does not hurt an algorithm's performance, and it may help significantly.
Decreasing the training set size generally does not hurt an algorithm's performance, and it may help significantly.
Increasing the training set size of a traditional learning algorithm always imporves its performace.
Increasing the training set size of a traditional learning algorithm stops helping to improve the performance after a certain size.
Suppose the information given in the diagram is accurate. We can deduce that when using large training sets, for a model to keep improving as the amount of data for training grows, the size of the neural network must grow.
Assuming the trends described in the figure are accurate. The performance of a NN depends only on the size of the NN.
From the given diagram, we can deduce that Large NN models are always better than traditional learning algorithms.
11. Which of the following are reasons that didn't allow Deep Learning to be developed during the '80s?
Interesting applications such as image recognition require large amounts of data that were not available.
Limited computational power.
People were afraid of a machine rebellion.
The theoretical tools didn't exist during the 80's.
12. Neural networks are good at figuring out function relating an input to an output given enough examples. True/False?
True
False
13. Which of the following depicts a Sigmoid activation function?
14. Images for cat recognition is an example of โstructuredโ data, because it is represented as a structured array in a computer. True/False?
True
False
15. What does the analogy โAI is the new electricityโ refer to?
AI runs on computers and is thus powered by electricity, but it is letting computers do things not possible before.
AI is powering personal devices in our homes and offices, similar to electricity.
Through the โsmart gridโ, AI is delivering a new wave of electricity.
Similar to electricity starting about 100 years ago, AI is transforming multiple industries.
16. When building a neural network to predict housing price from features like size, the number of bedrooms, zip code, and wealth, it is necessary to come up with other features in between input and output like family size and school quality. True/False?
True
False
17. Which of the following are examples of structured data? Choose all that apply.
A dataset with zip code, income, and name of a person.
A dataset with short poems.
A dataset of weight, age, the sugar, level in the blood, and arterial pressure.
A set of audio recordings of a person saying a single word.
18. Which of these are reasons for Deep Learning recently taking off? (Check the three options that apply.)
Neural Networks are a brand new field.
We have access to a lot more computational power.
Deep learning has resulted in significant improvements in important applications such as online advertising, speech recognition, and image recognition.
We have access to a lot more data.
19. Which of the following are some aspects in which AI has transformed business?
Creating an AI-powered society.
Eliminating the need for health care services.
Web searching and advertisement.
AI has not been able to transform businesses.
20. RNNs (Recurrent Neural Networks) are good for data with a temporal component. True/False?
True
False
21. Which of the following are examples of unstructured data? Choose all that apply.
Text describing size and number of pages of books.
Sound files for speech recognition.
Images for bird recognition.
Information about elephants'weight, height, age, and the number of offspring.